﻿2026-06-10T22:49:40.0999605Z ##[group]Run actions/checkout@v5
2026-06-10T22:49:40.1000346Z with:
2026-06-10T22:49:40.1000655Z   repository: SaberMage/spt-core
2026-06-10T22:49:40.1003624Z   token: ***
2026-06-10T22:49:40.1003923Z   ssh-strict: true
2026-06-10T22:49:40.1004272Z   ssh-user: git
2026-06-10T22:49:40.1004581Z   persist-credentials: true
2026-06-10T22:49:40.1004917Z   clean: true
2026-06-10T22:49:40.1005247Z   sparse-checkout-cone-mode: true
2026-06-10T22:49:40.1005607Z   fetch-depth: 1
2026-06-10T22:49:40.1005905Z   fetch-tags: false
2026-06-10T22:49:40.1006218Z   show-progress: true
2026-06-10T22:49:40.1006527Z   lfs: false
2026-06-10T22:49:40.1006820Z   submodules: false
2026-06-10T22:49:40.1007126Z   set-safe-directory: true
2026-06-10T22:49:40.1007588Z ##[endgroup]
2026-06-10T22:49:40.2759333Z Syncing repository: SaberMage/spt-core
2026-06-10T22:49:40.2760667Z ##[group]Getting Git version info
2026-06-10T22:49:40.2761159Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-10T22:49:40.2967417Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-10T22:49:40.3163155Z git version 2.43.0.windows.1
2026-06-10T22:49:40.3187381Z ##[endgroup]
2026-06-10T22:49:40.3195153Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6044dce1-498f-4db2-bc2d-eb8a02bfd555\.gitconfig'
2026-06-10T22:49:40.3207191Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6044dce1-498f-4db2-bc2d-eb8a02bfd555' before making global git config changes
2026-06-10T22:49:40.3208302Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T22:49:40.3211830Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-10T22:49:40.3428195Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-10T22:49:40.3610426Z https://github.com/SaberMage/spt-core
2026-06-10T22:49:40.3636979Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-10T22:49:40.3641000Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-10T22:49:40.3824139Z refs/heads/main
2026-06-10T22:49:40.3848470Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-10T22:49:40.4113695Z HEAD is now at 04fd322 feat(daemon): restoration D7-2 — new-brain × old-broker N-1 verb-surface gate (V6)
2026-06-10T22:49:40.4588774Z ##[endgroup]
2026-06-10T22:49:40.4592231Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-10T22:49:40.8043625Z ##[group]Cleaning the repository
2026-06-10T22:49:40.8046904Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-10T22:49:43.3156043Z Removing target/
2026-06-10T22:49:43.3192877Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-10T22:49:43.3557053Z HEAD is now at 04fd322 feat(daemon): restoration D7-2 — new-brain × old-broker N-1 verb-surface gate (V6)
2026-06-10T22:49:43.3581709Z ##[endgroup]
2026-06-10T22:49:43.3585289Z ##[group]Disabling automatic garbage collection
2026-06-10T22:49:43.3589406Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-10T22:49:43.3802904Z ##[endgroup]
2026-06-10T22:49:43.3803296Z ##[group]Setting up auth
2026-06-10T22:49:43.3808711Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-10T22:49:43.4015309Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-10T22:49:43.7628580Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T22:49:43.7864195Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-10T22:49:44.1562910Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T22:49:44.1778798Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-10T22:49:44.5179177Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-10T22:49:44.5465270Z ##[endgroup]
2026-06-10T22:49:44.5465794Z ##[group]Fetching the repository
2026-06-10T22:49:44.5471972Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d239ae418c6352f4f3a32d5ec6d365cc2a8a3180:refs/remotes/origin/main
2026-06-10T22:49:45.2290293Z From https://github.com/SaberMage/spt-core
2026-06-10T22:49:45.2290857Z  + 04fd322...d239ae4 d239ae418c6352f4f3a32d5ec6d365cc2a8a3180 -> origin/main  (forced update)
2026-06-10T22:49:45.2399897Z ##[endgroup]
2026-06-10T22:49:45.2400286Z ##[group]Determining the checkout info
2026-06-10T22:49:45.2401102Z ##[endgroup]
2026-06-10T22:49:45.2405947Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-10T22:49:45.2659834Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-10T22:49:45.2865880Z ##[group]Checking out the ref
2026-06-10T22:49:45.2869858Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-10T22:49:45.3251779Z branch 'main' set up to track 'origin/main'.
2026-06-10T22:49:45.3252176Z Your branch is up to date with 'origin/main'.
2026-06-10T22:49:45.3252775Z Previous HEAD position was 04fd322 feat(daemon): restoration D7-2 — new-brain × old-broker N-1 verb-surface gate (V6)
2026-06-10T22:49:45.3253189Z Switched to and reset branch 'main'
2026-06-10T22:49:45.3272582Z ##[endgroup]
2026-06-10T22:49:45.3499777Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-10T22:49:45.3690580Z d239ae418c6352f4f3a32d5ec6d365cc2a8a3180
